What's New in Version 4.03
Here's a list of the significant additions to this version:
- Support for much larger document size
- Client Side Image Maps (UseMap attribute)
- Support for image sizing. Height and Width attributes in the <IMG> tag
- Height and Width attributes for the <HR> tag
- Pixel dimensions supported for Tables in addition to percenages.
- bgcolor, bordercolor attributes added to <TABLE> tag
- Plain attribute added to <UL> tag to allow removal of bullets
- Form method attribute no longer limited to Get and Post.
- ScrollBars property added.
- BorderStyle property now has a setting showing focused condition.
- Enabled property added
- ClearHistory method added
Other changes, bug fixes, etc
- Setting the SelLength property to 0 will deselect any selected text
- The field, SectionList, and the method, SetupAndLogic, are now protected rather than private.
- The </P><P ALIGN=CENTER> bug is fixed
- FromPage, ToPage again working in the Print method
- Missing underlines in URLs in Headings fixed
- Right mouse button no longer triggers URL
- The default Value for Checkboxes in now "On"
What Was New in Version 3.5
Here's a list of significant additions in the previous version:
- Transparent images
- Transparent GIFs
- Other image formats when the transp attribute is used.
See the change in the OnBitMapRequest event.
- Copy text to clipboard. New properties and methods added:
- SelectAll property
- NoSelect property
- CopyToClipboard method
- Greatly improved image color rendition.
- All 256 colors available for background and font colors
- Background colors for table cells.
- Floating images (align=Left | Right)
where text can flow around the image.
- Support for the IsMap <img>
attribute.
- <big> and <small> text sizing tags.
- Document Titles added to history list. See the new TitleHistory property.
Other changes, bug fixes, etc
- Two comment styles now recognized,
<! ...stuff... >
and <!-- ...stuff... -->
.
The latter is a new addition.
- Text following
</p>
now will start a new paragraph
- The text search start position is placed at document start when a new
document is loaded.
- Align = left|center|right attribute added to
<Hn>
tag.
- An align = left|center|right attribute in a
<p>
tag no longer gets cancelled by a <br>
tag
- Tables and Horizontal Rules can now be added to Lists and Blockquotes
- The ShowHint property is published.
- Problem with read only image files was fixed
- The read buffer is now allocated dynamically